projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4867e5f
)
remove bogus subscriber
author
John Crispin
<
[email protected]
>
Wed, 10 Jul 2013 07:40:50 +0000
(09:40 +0200)
committer
John Crispin
<
[email protected]
>
Wed, 10 Jul 2013 07:48:14 +0000
(09:48 +0200)
Signed-off-by: John Crispin <
[email protected]
>
log.c
patch
|
blob
|
history
diff --git
a/log.c
b/log.c
index 82fb8f87fdfa4e3182a0ad7d5ff20779c5713e2d..d367388451a37464539905aa25da1ce01c6ce5e1 100644
(file)
--- a/
log.c
+++ b/
log.c
@@
-20,8
+20,6
@@
#include "procd.h"
#include "syslog.h"
-static struct ubus_subscriber log_event;
-
static int notify;
struct ubus_context *_ctx;
static struct blob_buf b;
@@
-134,8
+132,4
@@
void ubus_init_log(struct ubus_context *ctx)
ret = ubus_add_object(ctx, &log_object);
if (ret)
ERROR("Failed to add object: %s\n", ubus_strerror(ret));
-
- ret = ubus_register_subscriber(ctx, &log_event);
- if (ret)
- ERROR("Failed to add watch handler: %s\n", ubus_strerror(ret));
}